/* @font-face {
    
    src: url('/static/font/Alibaba-PuHuiTi-Light.ttf');
}

* {
    padding: 0;
    margin: 0;
    
} */

p {
    font-size: 16px;
}

.height80 {
    height: 180px;
}

.my-row {
    display: flex;
    justify-content: space-between;
}

.header {
    position: absolute;
    top: 0;
    z-index: 99;
    color: #fff;
    background: none;
}

.header-menu-wrap ul li {
    position: relative;
    height: 100%;
}

.header-menu-wrap ul li>a,
.header-right .search-icon {
    color: #fff;
}

.header-menu-wrap ul li>a {
    font-size: 16px;
    padding: 0 25px;
}

.header-menu-wrap ul li>a span {
    position: relative;
    display: inline-block;
    height: 100%;
}

.header-menu-wrap ul li>a span::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all ease .3s;
}

.sticky-header .header-menu-wrap ul li>a span::after {
    background: #000;
}

.header-menu-wrap ul li.on>a span::after,
.header-menu-wrap ul li:hover>a span::after {
    width: 100%;
}



.header-menu-wrap ul li .down {
    position: absolute;
    left: 50%;
    top: -100vh;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 15px 10px;
    opacity: 0;
    border-radius: 0 0 10px 10px;
    transition: opacity ease .3s;
    transform: translateX(-50%);
}

.header-menu-wrap ul li {
    transition: all ease .3s;
}

.header-menu-wrap ul li:hover {
    /* background: #fff; */
}

.header-menu-wrap ul li.yesItem:hover>a {
    /* color: #07122D */
}

.header-menu-wrap ul li:hover .down {
    top: 100%;
    opacity: 1;
}

.header-menu-wrap ul li .down a {
    display: block;
    color: #000000;
    margin-bottom: 10px;
}

.header-menu-wrap ul li .down a:hover {
    color: #0066D9;
}

@media (max-width: 992px) {

    .header-menu-wrap ul li .down {
        position: static;
        transform: none;
        opacity: 1;
        text-align: left;
        text-indent: 1em;
    }
}

.sticky-header {
    z-index: 9999;
}

.sticky-header .header-menu-wrap ul li>a,
.sticky-header .header-right .search-icon {
    color: #000;
}

.main-slider .slide-btn {
    background: #fff;
    color: #3E94F6;
}

.main-slider .slide-caption.big {
    padding: 10px 0;
}

.title-left-border {
    position: relative;
    margin-bottom: 40px;
}

.title-left-border2 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.title-left-border,
.title-left-border2,
.blur-center-title,
.title-style {
    background: linear-gradient(to right, #3e94f6, #3e94f6 50%, #333 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    text-decoration: none;
    overflow: hidden;
    opacity: 0;
    transition: all ease 5s;
}

.title-left-border.animated,
.title-left-border2.animated,
.blur-center-title.animated,
.title-style.animated {
    opacity: 1;
    transform: translateX(0);
    background-position: 0 100%;
}

.title-left-border::after {
    content: "|";
    position: absolute;
    top: 0;
    height: 10px;
    left: -4%;
    color: #3E94F6;

}

.title-left-border2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 6px;
    background: #3E94F6;

}

.default-btn {
    background: #3E94F6;
    color: #FFFFFF;
}

.about-section {
    /*background-image: url(../image/two-banner.jpg);*/
    background: url("../image/nosotros.mp4");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0;
    background-position: center;
}

.about-section .list-feature {
    margin-bottom: 110px;
}

.video-bg,
#particles-js {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#particles-js {
    background: #f5f8ff;
}

section {
    overflow: hidden;
}

.about-section2,
.service-section {
    position: relative;
    background-image: url(../image/caticon.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0;
    background-position: center;
}

.date-box {
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #B5B5B5;
}

.date-box>img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.about-section2-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.content_2_row_2 {
    margin-top: 107px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.content_2_row_2_item {
    /* width: 198px;
    height: 24px; */
    font-size: 18px;

    font-weight: bold;
    line-height: 24px;
    color: #3E94F6;
    position: relative;
    cursor: pointer;
    opacity: 0.46;

}

.content_2_row_2_item::before {
    width: 75%;
    height: 1px;
    background-color: #0066D9;
    opacity: 0.35;
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 14px;
    transition: left .6s linear;
    border-radius: 4px;
}

.content_2_row_2_item:hover::before {
    transition: left .6s linear;
    /*height: 6px;*/
    left: 50px;
    /*background-color: #ddd;*/
    background-color: #000;
}

.content_2_row_2_item:hover {
    opacity: 1;
}

.ypBox {
    margin-top: 40px;
}

.about-section2 .slider {
    /*margin-bottom: 20%;*/
    margin-bottom: 5%;
}

#about-section2 .about-bg-holder {
    overflow: hidden;
}

.about-section2 #about-section2 .slick-dots {
    display: flex;
    /* justify-content: space-between; */
    /* bottom: -57%; */
    bottom: -35%;
    padding-right: 2%;
}

.about-section2 #about-section2 .slick-dots li {
    position: relative;
    opacity: 0.46;
    cursor: pointer;
    width: 21%;
    text-align: left;
    transition: all ease .3s;
}

.about-section2 #about-section2 .slick-dots li button {
    display: none
}

.about-section2 #about-section2 .slick-dots li::before {
    width: 100%;
    height: 1px;
    background-color: #0066D9;
    opacity: 0.35;
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    transition: left .6s linear;
    border-radius: 4px;
}

.about-section2 #about-section2 .slick-dots li .docts-item-text img {
    margin-left: 10px;
}

.about-section2 #about-section2 .slick-dots li .docts-item-text {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    font-size: 18px;
    font-weight: bold;
    color: #0066D9;
    transition: all ease .3s;
}

.about-section2 #about-section2 .slick-dots li .docts-item-text img {
    margin-left: 10px;
    transition: all ease .3s;
}

.about-section2 #about-section2 .slick-dots li.slick-active .docts-item-text img,
.about-section2 #about-section2 .slick-dots li:hover .docts-item-text img {
    transform: translateX(20px);
}

.about-section2 #about-section2 .slick-dots li.slick-active,
.about-section2 #about-section2 .slick-dots li:hover {
    opacity: 1;
}

.about-section2 #about-section2 .slick-dots li.slick-active .docts-item-text {
    color: #3E94F6;
}

.about-section2 #about-section2 .slick-dots li.slick-active::before,
.about-section2 #about-section2 .slick-dots li:hover::before {}

.about-section2 #about-section2 .btn-wrap {
    position: absolute;
    bottom: 0
}










.testimonial-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-icon>img {
    width: 80px;
    height: 80px;
}

.testi-item .item-inner-title {
    font-weight: 800;
    font-size: 24px;
    padding: 20px 0;
}

.testi-item ul>li>p {
    margin-bottom: 0;
    padding: 5px 0;
}

.section-heading .title-btn-inner {
    position: relative;
}

.section-heading .title-btn {
    position: absolute;
    right: 0
}

.service-img {
    position: relative;
    overflow: hidden;
}

.service-img img {
    width: 100%;
}

.my-service:hover .service-img img {
    transform: scale(1.1);
    transition: all .6s linear;
}

.my-service:hover .service-img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg, #EAF2FF 0%, #99B7FD 100%);
    opacity: 0.6;
    z-index: 1004;
}

.my-service h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.my-service:hover h4 {
    color: #0066D9
}

.footer-section {
    background-image: url(../image/footer_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /*padding: 180px 0;*/
    background-position: center;
}

.footer-top {
    border-bottom: 0;
}

.footer-section .widget-links li a:hover {
    color: #3e94f6;
    text-decoration: none;
}

.copyright-wrap {
    text-align: left;
    color: #ACAEB2;
}

.subscribe-form {
    display: flex;
    width: 100%;
    /*justify-content: flex-end;	*/
}

.subscribe-form .form_email {
    width: 85%;
    border-radius: 0;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
    opacity: 1;
}

.footer-top {
    padding: 40px 0;
}

.subscribe-form .form_button {
    /*border-radius: 0;*/
    padding: 0 15px;
    background: #3E94F6;
    /*width: 120px;
	font-size: 18px;*/
}

.my-footer-top {
    padding-top: 80px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
}

.email-tips {
    color: #C4C4C4;
}

.aboutUp_p {
    color: #666
}

.footer-widget h3 {
    position: relative;
    color: #000;
    /*margin-bottom: 28px;*/
    font-weight: 800;
    padding-bottom: 10px;
}

.footer-widget h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 3px;
    left: 0;
    background-color: #ACAEB2;
}

.footer-widget.link-widget {
    margin-left: 0;
}

.widget-links li a {

    color: #333;
    font-size: 16px;
    line-height: 1;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #C4C4C4;
    /*font-size: 16px;*/
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #C4C4C4;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #C4C4C4;
}

.scroll-to-top {
    background: none;
}

.mt-title {
    /*margin-top: -14%;*/
    color: #ACAEB2;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-social li {
    margin-right: 10px;
}

.footer-social li a {
    margin-top: 0;
    width: 31px;
    height: 31px;
    color: #fff;
    line-height: 31px;
    border-radius: 5px;
    background: #ACAEB2;
}

.footer-social li a:hover {
    background: #3e94f6;
}

.testimonial-section .slick-list {
    position: relative;
}

.testimonial-section .main-slider .slick-dots li {
    display: inline-block;
    text-align: center;
    height: 27px;
    cursor: pointer;
    position: relative;
    width: 23%;
}

.testimonial-section .main-slider .slick-dots {
    position: absolute;
    top: 0;
    margin: 0 auto;
    /*width: 79%;*/
    width: 100%;
    height: 0;
    /*left: 10.5%; */
    height: 8px;
    /* display: flex!important;
    justify-content: space-between;*/
}

.testimonial-section .main-slider .slick-dots li button {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    position: relative;
    border: 1px solid #ccc;
}

.testimonial-section .main-slider .slick-dots li button::after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 20px;
    background: #606165;
    border-radius: 50%;
    margin: auto;
    right: 0;
}

.testimonial-section .main-slider .slick-dots li::after {
    content: '';
    background: url(../image/border-bottom.png);
    border-radius: 5px;
    height: 2px;
    position: absolute;
    background-size: contain;
    width: 97%;
    top: 34%;
    left: 54%;
}

.testimonial-section .main-slider .slick-dots li:last-child:after {
    display: none
}

.testimonial-section .main-slider .slick-dots li .docts-item-text {
    font-size: 16px;
    font-weight: bold;
    color: #B5BFCA;
}

.testimonial-section .main-slider .slick-dots li.slick-active .docts-item-text {
    font-size: 18px;
    color: #3E94F6;
}

.testimonial-section .main-slider .slick-dots li.slick-active button {
    /*background-color: #3E94F6;*/
    background: none;
}

.testimonial-section .main-slider .slick-dots li.slick-active button::after {
    background-color: #3E94F6;
}

.top-inner-line {
    width: 100%
}

.top-inner-line ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.top-inner-line ul li::after {
    content: '';
    background: url(../image/border-bottom.png);
    border-radius: 5px;
    height: 2px;
    position: absolute;
    background-size: contain;
    width: 77%;
}

.top-inner-line ul li:last-child:after {
    display: none
}

.top-inner-line li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    position: relative;
    width: 30%;
    text-align: center;

}

.top-inner-line li span:last-child {
    padding: 5px 0;
}

.top-inner-line li .crile {
    height: 23px;
    width: 23px;
    margin: auto;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    text-align: center;
    position: relative;
    line-height: .7;
    cursor: pointer;
    background: #fdfdfd4f;
}

.top-inner-line li .crile:before {
    content: ".";
    position: absolute;
    bottom: 45%;
    right: 0;
    left: 0;
    font-weight: bolder;
    font-size: xxx-large;
}

.top-inner-line li:hover {
    color: #4c94ff;
}

.top-inner-line li:hover .crile {
    border: 1px solid #eaeaea;
    z-index: 99;
}




























.my-main-slider-outer {
    position: relative;
}

.thumbnail {
    display: flex;
    justify-content: space-between;
    position: absolute;
    /*right: 384px;*/
    right: 13%;
    bottom: -20px;
    z-index: 1001;
    display: none;
}

.item {
    margin-left: 8px;
    height: 104px;
    width: 132px;
    transition: all .6s linear;
    cursor: pointer;
}

.item:hover,
.item.active {
    /* height: 127px; */
    transform: translateY(10px) scaleY(1.1);
    transition: all .6s linear;
}

.main-slider .slide-caption.medium {
    font-size: 16px;
}

.main-slider .slide-caption.big {
    font-size: 48px;
    font-weight: bold;
}

#main-slider .slider-content {
    width: 52%;
}

#main-slider2 {
    padding-top: 15%;
}

.slick-slide .about-bg-holder img {
    transform: scale(1.2);
}

#main-slider2 .about-bg-holder {
    /*right: -35%;*/
    right: -27%;
}

.align-items-center .item-inner-title {
    font-size: 37px;
    font-weight: 800;
    color: #000000;
    /*color: #3E94F6;*/
}

.my-right-img {
    top: -20%
}

.line-menu {
    background-color: #fff;
}



.news-header {
    background-image: url(../image/new-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /*padding: 180px 0;*/
    background-position: center;
}

.news-header .container {
    /*position: relative;*/
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0%;
}

.news-header .nav-tabs li {
    background: #ffffff16;
    width: 33.1%;
    height: 63px;
    line-height: 63px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.news-header .nav-tabs li:nth-child(2) {
    margin: 0 .3%
}

.news-header .nav-tabs li.active {
    background: #ffffff48;
}

.news-header .nav-tabs li>a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

.my-row-center {
    align-items: center;
}

.my-post-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.meta-list-Year {
    font-size: 40px;
    color: #8D8D8D;

    font-weight: 500;
    padding: 6px 0;
}

.meta-list-date {
    font-size: 18px;

    font-weight: 400;
    padding: 6px 0;
}

.my-news-blog-section .blog-item {
    width: 97%;
    margin: 0 auto;
    background: #FAFAFA;
    color: #3E3E3E;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    box-shadow: none;
    /*cursor: pointer;*/
}

.my-news-blog-section .blog-item:hover h3 a {
    color: #3E94F6
}

.my-news-blog-section .blog-item:hover img {
    transform: scale(1.1);
}

.my-news-blog-section .blog-item-img {
    height: 230px;
    width: 30%;
    overflow: hidden;
}

.my-news-blog-section .blog-item-img a {
    width: 100%;
    height: 100%;
    display: block;
}

.my-news-blog-section .blog-item-img img {
    height: 100%;
}

.my-news-blog-section .blog-item .blog-content {
    background: none;
    /*padding: 0;*/
    width: 70%;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    /*padding: 0 10px 0 30px;*/
    /*padding-left: 30px;*/
}

.my-news-blog-section .blog-content h3 a {
    font-size: 24px;
    font-weight: bold;
    color: #434343;
    padding: 10px 0;
}

.my-news-blog-section .blog-content p {
    margin: 10px 0;
    line-height: 1.4;
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.my-news-blog-section .blog-content>div.left-wz {
    width: 78%;
}

.my-news-blog-section .read-more {
    position: relative;
    color: #3E3E3E;
    padding: 10px 0;
    font-size: 15px;
}

.my-news-blog-section .read-more::after {
    content: '';
    height: 23px;
    width: 43px;
    border-bottom: 1px solid #3E3E3E;
    position: absolute;
}

.my-news-blog-section .read-more:hover {
    color: #3E3E3E;
}

.pagination-wrap li a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #bfbfbf;
    font-weight: 600;
    border-radius: 2px;
    font-size: 12px;
}


.news-detail-header {
    background-image: url(../image/new-banner.jpg);
}

.new-detail-title {
    border-bottom: 1px solid #E8E8E8;
}

.new-detail-title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    margin: 0;
}

.new-detail-title p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    padding: 20px 0;
}

.blog-single-content {
    padding: 30px 0;

}

.blog-single-content p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.my-link-item {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.my-link-item li {
    padding: 5px 0;
}

.my-link-item li>a {
    color: #666666;
}

.my-link-item li>a:hover {
    color: #3E94F6
}

.blur-center-title {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    line-height: 64px;
    color: #000000;
    padding-bottom: 90px;
}

.blur-center-title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 42px;
    height: 6px;
    background: #3E94F6;
    right: 0;
    margin: 0 auto;
}

.contact-header {
    background-image: url(../image/contact-banner.jpg);
}

.contact-section {
    height: 1000px
}

.contact-section .contact-form {
    background: none;
    padding: 0px 0;
    margin-top: 0px;
    box-shadow: none;
}

.contact-section .contact-form .form-control {
    background: none;
    height: 45px;
    border-radius: 2px;
    box-shadow: none;
    outline: none;
    border: 1px solid #E0E0E0;
    font-size: 16px;
}

/*.my-assress-img{
    position: absolute;
    top: 45%;
    z-index: -1;
}*/
.mymap {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    z-index: -1;
}

.allMap {
    position: relative;
    padding-top: 51.83562%;
    width: 100%;
    /*padding-top: 85%;*/
}

.allMap .img-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.allMap .mapLocation {
    position: absolute;
    top: 49%;
    left: 40.6%;
    width: 1px;
    height: 1px;
    z-index: 300;
    /* margin-left: -163px; */
    margin-top: 0px;
}

.allMap .location {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 300;
}

.allMap .location:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #115efb;
    margin-top: -5px;
    margin-left: -5px;
}

.allMap .location:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(17, 94, 251, 0.2);
    margin-top: -15px;
    margin-left: -15px;
    animation: scale 2s ease 0.6s infinite forwards;
    -webkit-animation: scale 2s ease 0.6s infinite forwards;
    -moz-animation: scale 2s ease 0.6s infinite forwards;
    -ms-animation: scale 2s ease 0.6s infinite forwards;
    -o-animation: scale 2s ease 0.6s infinite forwards;
}

.allMap .location span {
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(17, 94, 251, 0.05);
    border-radius: 50%;
    animation: scale 2s ease 0.3s infinite forwards;
    -webkit-animation: scale 2s ease 0.3s infinite forwards;
    -moz-animation: scale 2s ease 0.3s infinite forwards;
    -ms-animation: scale 2s ease 0.3s infinite forwards;
    -o-animation: scale 2s ease 0.3s infinite forwards;
}

.allMap .caption {
    position: absolute;
    top: 50%;
    right: 23.95833%;
    z-index: 200;
    background-color: #fff;
    width: 500px;
    min-height: 280px;
    box-shadow: 5px 5px 24px 10px rgb(29 103 247 / 5%);
    -webkit-box-shadow: 5px 5px 24px 10px rgb(29 103 247 / 5%);
    -moz-box-shadow: 5px 5px 24px 10px rgba(29, 103, 247, 0.05);
    -ms-box-shadow: 5px 5px 24px 10px rgba(29, 103, 247, 0.05);
    -o-box-shadow: 5px 5px 24px 10px rgba(29, 103, 247, 0.05);
    padding: 20;
    margin-top: -140px;
    display: flex;
    justify-content: space-between;
}

.my-map-address {
    width: 100%;
    position: absolute;
    top: 36%;
    z-index: -1;
    background: url(../image/map.svg);

    background-size: cover;
    background-repeat: no-repeat;
    /*padding: 180px 0;*/
    background-position: center;
    height: 100%;
}

.my-testi-address {
    /*width: 40%;*/
    width: 408px;
    height: 193px;
    margin: 0 auto;
    /*position: absolute;
    bottom: 10%;
    z-index: 1;
    right: 6%;*/
    position: absolute;
    top: 38%;
    z-index: 1;
    left: 45.5%;
}

.contact-section .testi-item .review {
    box-shadow: 0px 10px 20px rgba(0, 102, 217, 0.07);
    display: flex;
    justify-content: space-around;
    padding: 30px 15px;
    color: #66666A;
    position: absolute;
    top: 40%;
    left: 43%;
}

.contact-section .testi-item .review ul>li:nth-child(2) {
    padding: 5px 0;
}

/*.dotout{
    width: 40px;
    height: 40px;
    background: #0066D905;
    border-radius: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -20%;
    z-index: 11;
    top: 25%;
}
.dotine{
    width: 20px;
    height: 20px;
    background: #0066D932;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}*/
.dot {
    position: absolute;
    left: -20%;
    z-index: 11;
    top: 25%;
    width: 10px;
    height: 10px;
    background: #0066D9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dot::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background: #0066D905;
    border-radius: 50%;
}

.dot::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #0066D932;
    border-radius: 50%;
}

.dot::after {
    animation: scale 2s infinite;
}

.dot::before {
    animation: scaleinner 2s infinite;
}

.dot {
    animation: scale1 2s infinite;
}

@keyframes scale1 {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.1);
        opacity: 1;
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: .9
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes scaleinner {
    0% {
        transform: scale(1);
        opacity: .9;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}






























.about-us-header {
    background-image: url(../image/about-us-banner.jpg);
}

.about-us-about-section {
    /* background-image: url(../image/funeng-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat; */
}

.aboutHash1 .bg {
    width: 100%;
    margin-top: -84px;
    height: 168px;
    position: relative;
    z-index: -1;
    overflow: hidden;
}

.aboutHash1 .bg li {
    width: max-content;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
}

.aboutHash1 .bg li img {
    width: auto;
    display: block;
}

.aboutHash1 .bg li:nth-of-type(1) {
    animation: linegd 10s linear infinite;
}

.aboutHash1 .bg li:nth-of-type(2) {
    animation: linegd 8s linear infinite;
}

.aboutHash1 .bg li:nth-of-type(3) {
    /* animation: linegd 8s linear infinite; */
}


@keyframes linegd {
    form {
        transform: translate(0, -50%);
    }

    to {
        transform: translate(-50%, -50%);
    }
}

.about-us-title {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    /*line-height: 1.8;*/
    line-height: 33px;
    padding-bottom: 20px;
}

.my-about-us-box {
    /* display: flex;
    justify-content: space-between;
    align-items: flex-start;*/
    padding: 10px 0;
}

/* .text-box,.img-box{
    width: 48%
}*/
.section-heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #666666;
}

.img-box {
    /*background-image: url(../image/banc`ner.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
}

.my-about-us-bolg-item {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
}

.my-about-us-bolg-item .blog-thumb {
    overflow: hidden;
}

.my-about-us-bolg-item:hover img {
    transform: scale(1.2);
}

.my-about-us-bolg-item .blog-content>div {
    font-size: 24px;
    font-weight: bold;
    color: #3E94F6;
    padding: 10px 0;
}

.my-about-us-bolg-item .blog-content>p {
    font-size: 18px;
    color: #999999;
    padding: 20px 0;
    margin: 0;
}

.my-right-img-two {
    height: 740px;
    overflow: hidden;

}

.my-right-img-two .top {
    height: 72%;
    overflow: hidden;
    display: flex;
    justify-content: space-between
}

.my-right-img-two .bottom {
    height: 26%;
    overflow: hidden;
    margin-top: 2%;
    display: flex;
    justify-content: space-between
}

.my-right-img-two .top>div,
.my-right-img-two .bottom>div {
    border-radius: 12px;
    width: 48%;
}

.my-right-img-two .top>div img,
.my-right-img-two .bottom>div img {
    height: 100%;
}

.bg-1 {
    background-image: url(../image/djyl1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-2 {
    background-image: url(../image/djyl2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-3 {
    background-image: url(../image/djyl3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-4 {
    background-image: url(../image/djyl4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.my-zjtd-section {
    background-image: url(../image/cril.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.my-tjhd-section {
    background-image: url(../image/caticon.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.my-qywh-box {
    background-image: url(../image/left-dot.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.my-inner-img-two {
    height: 500px;
}

.my-inner-img-two>div {
    height: 100%;
    overflow: hidden;
}

.my-inner-img-two>div img {
    height: 100%;
}

.my-inner-img-two>div>div {
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
}

.my-inner-img-two>.right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.my-inner-img-two>.right>div {
    height: 48.5%
}

.my-inner-img-two .center {
    padding: 0;
}

@media (max-width:770px) {
    .my-inner-img-two {
        height: 900px;
    }

    .my-inner-img-two>div {
        height: 32%;
    }

    .my-inner-img-two .center {
        padding: 0 15px;
    }

    .my-inner-img-two>.right>div {
        height: 48%;
    }
}

.bg-5 {
    background-image: url(../image/tjhd1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-6 {
    background-image: url(../image/tjhd2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-7 {
    background-image: url(../image/tjhd3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-8 {
    background-image: url(../image/tjhd4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/* .testimonials-carousel-2 .my-testi-item .my-line{
   display: flex;
   justify-content: space-between;
    padding: 20px;
 }*/
.testimonials-carousel-2 .my-testi-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.testimonials-carousel-2 .my-testi-item .my-logo-item {
    width: 17%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    transition-duration: 200ms, 200ms, 350ms;
    transition-property: box-shadow, border-color, opacity;
    transition-timing-function: linear;
    text-align: center;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/*.testimonials-carousel-2 .my-testi-item .my-line*/
/*  .my-logo-item{
    width: 19%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    transition-duration: 200ms, 200ms, 350ms;
    transition-property: box-shadow, border-color, opacity;
    transition-timing-function: linear;
 }*/
.testimonials-carousel-2 .my-testi-item .my-logo-item:hover {
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 14px rgb(0 0 0 / 8%);
    border-color: transparent;
}

.testimonials-carousel-2 .my-testi-item .my-logo-item img {
    width: 100%;
    margin: 0 auto;
}

.my-company-honor-section {
    background: url(../image/honorbg.jpg);
    background-size: 100%;
}

.swiper-pagination-num #current {}

.company-honor {
    overflow: hidden;
    padding: 200px 0 100px 0;
    position: relative;
}

.company-honor .title-style {
    margin-left: 13%;
    padding-bottom: 30px;
    position: relative;
}

.company-honor .title-style::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 6px;
    background: #1a1a1a;
}

.company-honor .title-style h2 {
    margin: 0;
    color: #1a1a1a;
    font-weight: bold;
}

.company-honor .title-style h5 {
    color: 999999;
    font-size: 16px;
}

.company-honor-swiper {
    width: 100%;
    height: 400px;
    margin: auto;
    background: url("../image/honort.png") center bottom repeat-x;
    margin-top: 100px;
    padding-bottom: 40px;
}

.company-honor-swiper .swiper-slide {
    width: auto;
    height: 320px;
    display: table;
}

.table-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.honor-img {
    overflow: hidden;
    display: block;
    position: relative;
    max-width: 221px;
}

.honor-img .htop {
    height: 7px;
    width: 100%;
    background: url("../image/honor1.png") no-repeat;
    background-size: 100% 100%;
}

.honor-img .hbottom {
    height: 27px;
    width: 100%;
    background: url("../image/honor3.png") no-repeat;
    background-size: 100% 100%;
}

.honor-img .hcenter {
    padding: 0px 7px;
    background: url("../image/honor2.png") no-repeat;
    background-size: 100% 100%;
}

.honor-img .hcenter img {
    display: block;
}

.honor-img a {
    display: block;
}

.honor-img a::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -35px;
    z-index: 10;
    background: url("../image/fd.png") no-repeat;
    display: none;
}

.honor-img a:hover::before {
    display: block;
}

.honor-img a:hover {
    opacity: .6;
}

.rpagination {
    position: relative;
    height: 40px;
}

.swiper-r {
    position: absolute;
    right: 13%;
    top: 25%;
    width: 400px;
}

.swiper-pagination-progressbar {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, .1);
    margin-top: 10px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #3E94F6;
}

.swiper-pagination-num #current {
    font-size: 24px;
    color: #000;
}

.swiper-pagination-num {
    font-size: 14px;
    color: #b2b2b2;
}

.lbtip {
    width: 112px;
    height: 26px;
    position: absolute;
    left: 13%;
    bottom: 10%;
}

#bigimg {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    z-index: 99999;
}

.bigImg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bigImg img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.solution-header {
    background-image: url(../image/solution-banner.jpg);
}

.solution-section {
    height: 900px;
}

#my-hide-right .ev {
    display: none;
    height: 100%;
    justify-content: space-between;
}

#my-hide-right .ev.active {
    display: flex;
}

#my-hide-right .ev>div {
    height: 100%
}

.solution-left {
    background-image: url(../image/solution-section.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 38%;
    position: relative;
}

.solution-left img {
    transform: scale(2);
    position: absolute;
    bottom: 20%;
}

.solution-center {
    width: 42%;
    background: #DFE9FE;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.solution-center .center_content_inner {
    width: 80%;
    padding: 3% 0 3% 3%;
}

.solution-center .center_content_inner ul {
    margin-bottom: 80px;
}

.solution-center .center_content_inner ul li {
    font-size: 16px;
    list-style: disc;
    padding: 5px 0;
    color: #333;
}

.solution-center-title {
    font-size: 4.4vh;
    font-weight: bold;
    line-height: 1.3;
    padding: 40px 0;
    color: #3E94F6;
}

.solution-right {
    width: 20%;
    background: #E8EFFE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-right>div {
    width: 100%;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}

.solution-right>div>div {

    width: 55%;
    border: 1px solid #8F94A1;
    margin: 30px auto;
    text-align: center;
    padding: 20px 0;
    border-radius: 5px;
}

.solution-right .my-active-img-box {
    background: #3E94F6;
    border: none;
    cursor: pointer;
}

.solution-right .my-active-img-box div {
    color: white;
}


.solution-right .my_svg_active {
    display: none;
}

.solution-right .my-active-img-box .my_svg {
    display: none
}

.solution-right .my-active-img-box .my_svg_active {
    display: block;
    margin: 5px auto;
}

/*.solution-right .my-active-img-box img{
    background-color: red
}*/
.solution-right>div>div>img {
    width: 40px;
    height: 40px;
    margin: 5px;
}

.solution-right>div>div>div {
    font-size: 16px;
    color: #333;
}

.solution-centet-section {
    background-image: url(../image/solution-section.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.white-color {
    color: white !important;
}




.solution-section2 {
    height: 900px;
    background-image: url(../image/solution-section.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.tabcontent {
    height: 100%;
}

.solution-content2 {
    height: 100%;
    align-items: center;
    justify-content: space-around;
    display: none;
}

.solution-content2.active {
    display: flex;
}

.left_content_inner {
    width: 40%;
    position: relative;
}

.right_content_img {
    width: 60%;
}

.right_content_img img {
    /* transform: scale(1.3); */
}

.solution2-left {
    width: 40%;
    background: none;
    display: none;
    position: absolute;
    top: 17%;
    /*left: 20%;*/
    left: 15%;
}

.solution2-left.active {
    display: block;
}

.solution2-left .inner_title {
    font-size: 4vh;
    font-weight: bold;
    color: #3E94F6;
    opacity: 0.54;
    padding: 60px 0;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
}

.solution2-left .inner_title.active {
    font-size: 4.8vh;
    font-weight: bold;
    opacity: 1;
    color: #3E94F6;
    padding: 100px 0;
    line-height: 1.5;
}

.solution2-left .inner_title b {
    font-size: 191px;

    font-weight: bold;
    color: #0066D9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.1;
    transform: scale(0.7);
    transition: all ease .3s;
}

.solution2-left .inner_title.active b {
    opacity: 0.1;
    transform: scale(1);
}

.solution2-left .bottom_box {
    display: flex;
    justify-content: flex-start;
}

.solution2-left .bottom_box>div {
    /*width: 24%;*/
    width: 26%;
    padding: 10px;
    margin: 0;
    margin-right: 20px;
    border-radius: 5px;
    cursor: pointer;
}

/*.solution2-left .bottom_box>div*/
.solution2-left .bottom_box>div>img {
    width: 30px;
    height: 30px;
    margin: 4px;
}

#my-hide-right {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60%;
    transform: translateX(-100%);
    transition: ease 1s;
    z-index: 3;
}

#my-hide-box {
    width: 100%;
    height: 100%;
    /*position: relative;*/
    transition: ease 1s;
}

.zIndex2 {
    z-index: 2;
}

.zIndex1 {
    z-index: 1;
}

#my-hide-right .text-box {
    width: 60%;
    overflow: auto;
}

#my-hide-right .img-box {
    width: 40%
}

#my-hide-right .goback {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3E94F6;
    color: #fff;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(270deg);
    cursor: pointer;
}


























.enable-header {
    background-image: url(../image/enable-banner.jpg);

}

.my-enable-section {
    padding: 120px 0 100px 0;
}

.my-enable-section .container {
    max-width: 1400px;
}

.my-enable-section .slider {
    width: 45%;
}

.my-enable-section .right {
    width: 55%;
    padding-left: 10%;
}

.my-enable-section.even .my-enable-row {
    flex-direction: row-reverse;
}

.my-enable-section.even .my-enable-row .right {
    padding-left: 0;
    padding-right: 10%;
}

.my-enable-row {
    align-items: flex-start;
}

.my-enable-row .slick-list {
    width: 100%;
    margin: 0 auto;
}

.my-enable-row .slick-list img {
    width: 100%;
}

.my-enable-row .carousel-dots .slick-dots li button {
    background: #fff;
    border: 1px solid #387BF6;
}

.my-enable-row .carousel-dots .slick-dots li.slick-active button {
    background-color: #3e94f6
}

.my-enable-section .item-inner-title {
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    color: #000000;
}

.my-greey-bg {
    background: #F3F3F3;
}

.my-greey-bg .nav-tabs li {
    flex: 1;
    margin: 0 !important;
    font-weight: bold;
    color: #09101C;

}

.my-greey-bg .nav-tabs li>a {
    color: #000;
    font-size: 20px;
}

.news-header li.re-active {
    background: #C1D4F6;
}

.my-portfolio-filter li {
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
    border: 1px solid #9D9D9D;
    padding: 5px;
    font-size: 16px;
    color: #9D9D9D;
    width: 10%;
    border-radius: 5px;
}

.my-portfolio-filter li.active {
    color: #ffffff;
    background: #3E94F6;
    border: none;
}

.my-portfolio-item {
    border: 1px solid #E4E4E4;
    /*border-bottom: 1px solid #E4E4E4;*/
    padding: 10px 0;
}

.top_head_title {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 20px 0;

    border-bottom: 1px solid #E4E4E4;
}

.top_head_title .onshowInner {
    cursor: pointer;
}

.top_head_title>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_head_title .icon_img {
    width: 20px;
    height: 20px;
    margin: 0 10px;
}

.bottom_inner_connent {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 10px 0;
}

.bg-click-border {
    /*border-color: #B4C1D6;*/
    border: none;
    border-bottom: 1px solid #B4C1D6;
}

.bg-click {
    border: 1px solid #B4C1D6;
    background: #DDE6F6;
}

.my-portfolio-item-inner {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 10px 0;
}

.right_btn {
    margin: 30px 0;
    padding: 0 30px;
}

.my-hidden {
    display: none;
}

.single-item {
    margin-bottom: 40px;
}

.job-list {
    list-style: decimal
}

.job-list li {
    font-size: 16px;
    color: #575C68
}

.my-portfolio-item-inner h3 {
    font-size: 16px;
    font-weight: bold;
    color: #424751
}


.liucheng,
.shunjian,
.gangwei {
    padding: 130px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.liucheng .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 15px;
}

.liucheng .content .eb {
    position: relative;
}

.liucheng .content .eb:not(:last-child)::after {
    content: '';
    display: block;
    width: 12px;
    height: 18px;
    background: url('/htmlimg/poin.png') no-repeat center/contain;
    position: absolute;
    left: 180%;
    top: 25%;
}

.liucheng .content p {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.shunjian .sw-wr {
    margin-top: 55px;
    position: relative;
}

.shunjian .swiper-slide {
    transform: scale(0.8);
    transition: all ease .3s;
}

.shunjian .swiper-slide-active {
    transform: scale(1);
    transition: all ease .3s;
}

.shunjian .prev,
.shunjian .next {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #EBEBEB url('/htmlimg/zuo2.svg') no-repeat center/30%;
    transition: all ease .3s;
}

.shunjian .prev:hover,
.shunjian .next:hover {
    background: #3E94F6 url('/htmlimg/zuo.svg') no-repeat center/30%;
}

.shunjian .prev {
    left: -57px;
}

.shunjian .next {
    right: -57px;
    transform: translateY(-50%) rotateY(180deg);
}

.gangwei .content {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gangwei .ev {
    width: 24%;
    margin-bottom: 20px;
    padding: 15px 26px;
    background: #FFFFFF;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.03);
}

.gangwei .ev .title {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

@media screen and (min-width:420px) and (max-width: 1030px) {
    .top-inner-line ul li:after {
        width: 84%;
        left: 58%;
        top: 20%;
    }
}

@media screen and (min-width:992px) and (max-width: 1200px) {
    .mt-box {
        position: absolute;
        bottom: 8%;
    }

    .solution-center-title {
        font-size: 4vh
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1658px;
        width: 83%;
    }

    .subscribe-form {

        margin-left: 1%;
    }

    .email-tips {
        margin-left: 2%;
    }

    .my-left {
        margin-left: -8%;
    }

    .mt-box {
        position: absolute;
        bottom: 16%;
        left: 0%;
    }

    /*.footer-top .offset-xl-4 {
        margin-left: 32%;
    }
    .offset-xl-4 {
        margin-left: 29.333333%;
    }
    .footer-top .col-lg-3{
        flex: 0 0 21%;
    }
    .footer-top .col-lg-2{
        flex: 0 0 9.666667%;
    }*/
}

@media(max-width: 1200px) {
    .header-menu-wrap ul li>a {
        font-size: 16px;
        padding: 0 20px;
    }

    .my-header-menu-wrap ul li>a {
        padding: 0 10px;
    }
}

@media screen and (min-width:1400) and (max-width: 1600px) {
    .mymap {
        top: 38%;
    }
}

@media (max-width: 1600px) {
    .about-section2 #about-section2 .slick-dots {
        bottom: -34%;
    }
}

@media screen and (min-width:1200px) and (max-width: 1450px) {
    .my-header-menu-wrap ul li>a {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1400px) {
    .allMap .caption {
        margin-top: -70px;
        margin-right: -100px;
    }

}

@media(min-width: 1400px) {
    .mt-box {
        position: absolute;
        bottom: 16%;
        left: 3%;
    }
}

@media only screen and (max-width: 1024px) {
    .allMap .caption {
        position: relative;
        width: auto;
        padding: 30px;
        padding-top: 40px;
        margin-top: -88px;
        margin-left: 6.66667%;
        margin-right: 6.66667%;
        top: 0;
        right: 0;
    }

}

@media only screen and (min-width: 1400px) and (max-width: 1650px) {

    .mymap {
        bottom: -17%;
        top: auto;
    }
}

@media only screen and (min-width: 1130px) and (max-width: 1400px) {

    .mymap {
        bottom: -10%;
        top: auto;
    }
}

@media only screen and (max-width: 1130px) {

    .mymap {
        bottom: -2%;
        top: auto;
    }
}

@media (max-width:992px) {
    .thumbnail {
        display: none
    }

    .header-menu-wrap ul li>a {
        color: #737373;

    }

    .slick-slide .about-bg-holder img {
        transform: scale(1);
    }

    .about-bg-holder {
        /*position: absolute;
        top: 34%;*/
        height: 200px;
    }

    #main-slider2 {
        padding-top: 30%;
    }

    #main-slider2 .about-bg-holder {
        /*right: -35%;*/
        left: 0;
        top: 9%;
    }

    .header-menu-wrap ul li>a {
        padding: 10px 20px;
    }

    .primary-header-inner {
        padding: 15px 0;
    }

    .solution-content2 {
        flex-direction: column;
    }

    .solution2-left {
        width: 85%;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
    }

    .solution2-left .inner_title {
        font-size: 4vh;
        padding: 0;
        padding-top: 40px;
    }

    .solution2-left .inner_title.active {
        font-size: 4.8vh;
        padding: 25px 0;
    }

    .solution2-left .bottom_box {
        flex-direction: column;
        align-items: center;
    }

    .solution2-left .bottom_box>div {
        width: 80%;
        padding: 10px 0;
        margin: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .right_content_img {
        width: 93%;
        height: 40px;
        margin-top: 130px;
    }

    .right_content_img img {
        transform: scale(1.5);
    }

    #my-hide-right {
        width: 100%
    }

    .about-section2 #about-section2 .btn-wrap {
        position: inherit;
    }
}

@media screen and (max-width: 860px) {

    .title-style h2,
    .about-item .title-style h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .swiper-r {
        right: 10%;
        width: 80%;
        top: 33%;
    }
}


@media(max-width: 770px) {
    .content_2_row_2 {
        margin-top: 0;
    }

    .content_2_row_2_item {
        margin-bottom: 29%;
    }

    .about-section2,
    .service-section {
        padding: 70px 0;
    }

    .about-section2 .slider {
        margin-bottom: 0%;
    }

    .about-section2 #about-section2 .slick-dots {
        display: none !important;
        /* bottom: -53%;
        flex-wrap: wrap;*/
        bottom: -45%;
        flex-direction: column;
    }

    .about-section2 #about-section2 .slick-dots li {
        /*margin-bottom: 14%;*/
        width: 80%;
        margin: 10% auto;
    }

    .about-section {
        padding: 50px 0;
    }

    .about-section .about-bg-holder {
        top: 0;
    }

    #main-slider2 {
        padding-top: 35%;
    }

    .testimonial-section .main-slider .slick-dots li {
        width: 21%
    }

    #main-slider2 .slider-content {
        /*padding-bottom: 100%;*/
        padding-bottom: 15%;
    }

    .testimonial-section #main-slider2 .slick-dots {
        top: 0;
    }

    .info-active .footer-top {
        padding: 30px 0;
    }

    .my-news-blog-section .blog-item,
    .my-news-blog-section .blog-item .blog-content {
        flex-direction: column;
    }

    .my-news-blog-section .blog-item .blog-content {

        padding: 25px;
    }

    .my-news-blog-section .blog-item div {
        width: 100% !important;
    }

    .my-post-meta {
        text-align: right;
        display: none;
    }

    .my-news-blog-section .blog-item-img img {
        width: 100%;
    }

    .contact-section {
        height: 1200px;
    }

    .mymap {
        bottom: 15%;
        top: auto;
    }

    .contact-section .testi-item .review {
        font-size: 12px;
        top: 66%;
        left: 0%;
        width: 95%;
    }

    .solution-section {
        height: auto;
    }

    /*  .solution-content{
        flex-direction: column;;
    }*/
    .solution-left {
        width: 100%;
        height: 350px;
    }

    .solution-center {
        width: 100%;
        padding-bottom: 50px;
    }

    .solution-center-title {
        font-size: 4vh;
    }

    .solution-right {
        width: 100%;
    }

    .solution-right>div>div>img {
        width: 20px;
        height: 20px;
        margin: 5px;
    }

    .solution-right>div>div>div {
        font-size: 12px;
    }

    .solution2-left .inner_title,
    .solution2-left .inner_title {
        padding-left: 40px;
        padding-right: 40px;
    }










    .bottom_inner_connent {
        flex-direction: column;
        align-items: flex-start;
    }

    .my-portfolio-filter li {
        margin: 15px;
        width: 37%;
    }

    .liucheng-box {
        flex-wrap: wrap;
    }

    .liucheng-box>div:nth-child(odd) {
        width: 34%;
        text-align: center;
    }

    .liucheng-box>div:nth-child(odd)>img {
        width: 80px;
        height: 80px;
    }

    .zpgw-recruit-section .zpgw-box {
        flex-direction: column;
    }

    .zpgw-box .gw-item {
        width: 80%;
        margin: 20px auto;
    }

    .testimonials-carousel-2 .my-testi-item .my-logo-item {
        width: 44%;
    }
}

@media screen and (min-width:590px) and (max-width: 992px) {

    .solution2-left .inner_title.active {
        font-size: 4.8vh;
        padding: 72px 0;
    }
}

@media (min-width:420px) {
    .top-inner-line ul li:after {
        width: 92%;
        left: 54%;
        top: 20%;
    }
}

@media (max-width:420px) {
    .top-inner-line ul li:after {
        width: 74%;
        left: 65%;
        top: 15%;
    }

    #main-slider .slider-content-wrap {
        height: 748px;
    }

    #main-slider .slide-caption.big {
        font-size: 25px;
    }
}

@media screen and (max-width: 1366px) {
    .company-honor .title-style {
        margin-left: 10%;
    }

    .swiper-r {
        right: 10%;
    }
}

.my-enable-row ul h2 {
    font-size: 20px;
    line-height: 1.4;
    padding: 10px 0;
    color: #007bff;
    margin-bottom: 0;
}

.my-enable-row ul p {
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 0;
    margin-bottom: 0;
    /* display: none; */
}

.testimonial-section .slick-active {
    z-index: 5;
}

.testimonial-section .slider-content li a {
    cursor: default;
}

.testimonial-section .slider-content li a:hover {
    color: #007bff;
}

.testimonial-section .slider-content li p {
    /* display: none; */
}

.testimonial-section .slider-content li.on p {
    display: block;
}

.main-slider .swiper-container {
    width: 100%;
    height: 100vh;
}

.main-slider .swiper-container .pic,
.main-slider .swiper-container .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-slider .swiper-slide .intr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-slider .swiper-slide .container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.main-slider .swiper-slide .intr-wrap {
    width: 50%;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1800px) {

    .footer-top .row>div:not(:nth-of-type(1)) {
        display: none;
    }
}

@media screen and (max-width:1519px) {
    .liucheng .content .eb:not(:last-child)::after {
        left: 150%;
    }
}

@media screen and (max-width:1366px) {
    .blur-center-title {
        font-size: 40px;
    }

    .my-enable-section .item-inner-title {
        font-size: 32px;
    }

    .liucheng .content .eb:not(:last-child)::after {
        left: 140%;
    }

    .liucheng .content p {
        font-size: 18px;
    }

    .gangwei .ev .title {
        font-size: 19px;
    }

    .liucheng,
    .shunjian,
    .gangwei {
        padding: 80px 0;
    }

    .header-menu-wrap ul li>a {
        padding: 10px;
        font-weight: normal;
    }

    .about-section2 #about-section2 .slick-dots li {
        width: 30%;
    }
}

@media screen and (max-width:1250px) {
    .my-enable-row ul h2 {
        font-size: 18px;
    }

    .my-enable-row ul p {
        font-size: 14px;
    }

    .my-enable-section .item-inner-title {
        font-size: 26px;
    }

    .liucheng .content .eb:not(:last-child)::after {
        display: none;
    }

    .liucheng .content .eb {
        width: 15%;
        text-align: center;
    }

    .shunjian .prev,
    .shunjian .next {
        display: none;
    }


    .main-slider .swiper-slide .intr-wrap {
        width: 80%;
    }
}

@media screen and (max-width:991px) {
    .meta-list-Year {
        font-size: 30px;
    }

    .meta-list-date {
        font-size: 16px;
    }

    .liucheng .content .eb {
        width: 10%;
    }

    .liucheng .content p {
        font-size: 14px;
    }

    .gangwei .ev {
        width: 47%;
    }

    .liucheng,
    .shunjian,
    .gangwei {
        padding: 40px 0;
    }

    .solution2-left .inner_title b {
        font-size: 130px;
        left: -5%;
    }

    .header-menu-wrap ul li>a::after {
        display: none;
    }

    .header-menu-wrap ul li>a:hover {
        transform: none;
    }


    .about-section2 #about-section2 .slick-dots li {
        width: 49%;
    }
}

@media screen and (max-width:768px) {
    .solution2-left .inner_title b {
        font-size: 90px;
        left: 0;
        right: 0;
    }

    .blur-center-title {
        font-size: 30px;
    }

    .copyright-wrap p {
        font-size: 12px;
    }

    .footer-bottom {
        padding: 0 0 20px 0;
    }

    .my-news-blog-section .blog-content h3 {
        margin-bottom: 5px;
    }

    .my-news-blog-section .blog-content h3 a {
        font-size: 20px;
    }

    .my-news-blog-section .blog-content p {
        font-size: 14px;
    }

    .job-list li {
        font-size: 14px;
    }

    .my-enable-row ul h2 {
        font-size: 16px;
    }

    .my-enable-section {
        padding: 70px 0;
    }

    .my-enable-section .slider {
        width: 90%;
    }

    .my-enable-section .right {
        width: 90%;
        padding-left: 0%;
    }

    .my-enable-section .my-enable-row,
    .my-enable-section.even .my-enable-row {
        flex-direction: column;
        align-items: center;
    }

    .solution2-left .inner_title {
        font-size: 25px;
        text-align: center;
    }

    .solution2-left .inner_title.active {
        font-size: 30px;
        padding: 25px 0;
        text-align: center;
    }

    .solution2-left .bottom_box {
        margin-top: 40px;
    }

    .solution-center .center_content_inner ul li {
        font-size: 14px;
    }


    #my-hide-right .text-box {
        width: 70%
    }

    #my-hide-right .img-box {
        width: 30%
    }

    .solution-right>div>div {
        width: 80%;
        padding: 10px 0;
    }

    .solution-center-title {
        font-size: 20px;
    }

    .height80 {
        height: 0px;
    }

    .about-section .list-feature {
        margin-bottom: 60px;
    }


    .testimonial-section .main-slider .slick-dots li .docts-item-text {
        font-size: 12px;
        display: none;
    }

    .testimonial-section .main-slider .slick-dots li.slick-active .docts-item-text {
        font-size: 12px;
        display: block;
        position: absolute;
        width: max-content;
    }


    .liucheng .content .eb {
        width: 50%;
    }

    .liucheng .content p {
        font-size: 14px;
    }

    .gangwei .ev {
        width: 100%;
    }

    .shunjian .sw-wr,
    .gangwei .content {
        margin-top: 0;
    }

    #main-slider .slider-content {
        width: 100%;
        margin: 0;
    }


    .main-slider .swiper-slide .intr-wrap {
        width: 100%;
    }

    #main-slider .slide-caption.big {
        font-size: 28px;
    }


    .main-slider .swiper-slide {
        background-position: 70% center;
    }
}

@media screen and (max-width:480px) {

    .solution-center .center_content_inner ul li {
        font-size: 13px;
    }

    .job-list li {
        font-size: 12px;
    }
}